SetCRS Interface

public interface SetCRS

Module Procedures

private subroutine SetCRScoord(CRStype, datumType, coord)

Initialize Coordinate Reference System, allocate memory and set parameters to default value if necessary. subroutine receives as input a Coordinate type argument

Arguments

Type IntentOptional Attributes Name
integer, intent(in) :: CRStype
integer, intent(in) :: datumType
type(Coordinate), intent(inout) :: coord

private subroutine SetCRSsystem(CRStype, datumType, rs)

Initialize Coordinate Reference System, allocate memory and set parameters to default value if necessary. Subroutine receives as input a CRS type argument

Arguments

Type IntentOptional Attributes Name
integer, intent(in) :: CRStype
integer, intent(in) :: datumType
type(CRS), intent(inout) :: rs

reference system